.masthead.dialog-section header.header h4 {
    margin-bottom:3rem;
    font-size:38px;
}
.dialog-wrapper {
    display:none;
}

.rowInvis {
    display:none;
}
.rowInvis #q1 {
    display:block;
}

.superscript { 
    position: relative; 
    top: -0.75em; 
    font-size: 70%; 
    color:white;
    font-weight:bold;
    background-color:#fe0009;
	padding:5px;
	width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
}

.info-question-layer {
    display:none;
    position: absolute;
    bottom: 2px;
    background: white;
	padding-left:50px;
	max-width:400px;
	margin-left:-15px;
	z-index:999;
    background: transparent;
}
.info-question-layer > .row {
	
	background-color:#fe0009;
}
.info-question-layer > div > div.col-lg-3 {
	display:inline-block;
	color:white;
	font-size:72px;
}
.info-question-layer > div > div.col-lg-3 > i {
vertical-align:middle;
padding-top:35px;
	
}
.info-question-layer > div > div.col-lg-9 {
	display:inline-block;
	background-color:#e3e3e3;
}
.info-question-layer > div > div.col-lg-9 > p {
	padding:25px;
	margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.sbn-list {
	margin: 80px 80px 0;
	overflow: hidden;
    justify-content: center;
    display: flex;
}
.sbn {
        width: 47.5%;
        height: 280px;
        padding-top: 80px;
        border-top: 1px solid #fff;
        box-sizing: border-box;
}
.sbn:nth-of-type(odd) {
	float: left;
}
.sbn:nth-of-type(even) {
	float: right;
}
.sbn:nth-of-type(1),
.sbn:nth-of-type(2) {
	height: 200px;
	padding-top: 0;
	border-top: none;
}
.sbn p {
	font-size: 20px;
	margin-bottom: 40px;
}
.sbn:nth-of-type(odd) {
	float: left;
}
.sbn:nth-of-type(even) {
	float: right;
}
.sbn:nth-of-type(1),
.sbn:nth-of-type(2) {
	height: 200px;
	padding-top: 0;
	border-top: none;
}
.sbn p {
	font-size: 20px;
	margin-bottom: 40px;
}
ul {
	list-style: none;
	text-align: center;
}
ul li {
	display: inline-block;
	margin: 0 1em;
}
ul li a {
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	outline: none;
	box-sizing: border-box;
	transition: .2s ease-in-out;
}
.sbn01 ul li a {
	border: 2px solid rgb(209, 202, 202);
	border-radius: 50%;
}
.sbn01 ul li a:hover,
.sbn01 ul li a.is-active {
	background-color: rgb(102, 60, 255);
}

/*input{
border:none;
-webkit-appearance:none;
-moz-appearance: none;


}
*/

.customField{
    position: relative;
    font-size: 30px;
    padding-top: 0px;
    margin-bottom: 5px;
}

.customField input{
    border: 1px solid #dcdcdc;
    padding: 11px 0 6px 15px;
    border-radius: 5px;
    transition: 1s border-color;
    font-size:17px;
    font-weight:300;
    min-width:420px;
    font-style: italic;

}
.surveyQuestion select {
    min-width:420px;
    font-size:17px;
    font-weight:300;
    font-style: italic;
}
.surveyQuestion .form select {
    min-width:auto;
}
.customField:focus:placeholder{
    color: transparent;
}
.customField::placeholder{
    color: #f2f2f2;
    transition: color 0.3s ease;
}
/*
    position: relative;
    font-size: 14px;
    padding-top: 20px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 150%;
    */





.customField .placeholder{
    position: absolute;
    left: 20px;
    top: calc(50%);
    transform: translateY(-50%);
    color: #aaa;
    font-size: 17px;
    font-weight:300;
    transition: 
        top 0.3s ease,
        font-size 0.3s ease,
        color 0.3s ease;
}

.customField input:valid + .placeholder,
.customField input:focus + .placeholder{
    top: -5px;
    font-size:10px;
    color: #222;

}
.form-error {
    border:1px solid #fe0009;
}
.customField input:valid +.placeholder{
    top: -5px;
    font-size:10px;
    color: #222;
}


.question{
    display:none;
}

.active{
    display:block;
}

.surveyQuestion{
    display:none;
    margin-bottom:60px;
}

.surveyQuestion textarea {
    min-width:550px;
    min-height:150px;
    font-size:17px;
    font-weight:300;
}

#prev[data-prev="none"] {
    display:none;
}

.surveyActive{
    display:block;
}

.suveque{
    margin-bottom: 40px;
}
ul.checklist {
    list-style: none !important;
    padding: 0 !important;
    text-align:left;
}
.checklist li {
    display:block;
    padding-left: 30px !important;
    margin-bottom: 15px !important;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
}
.checklist li:before {
    font-family: FontAwesome !important;
    content: '\f05D' !important;
    font-size: 26px !important;
    display: inline-block !important;
    width: 30px !important;
    color: #fe0009 !important;
    vertical-align: top !important;
    font-weight: 400 !important;
}

form {
    background-color:white !important;
}
.beratung-text:after {
    top: 24px;
}
